home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 05 - 1989 / 05.08 Aug 89 / PREC Code / PREC4.R < prev    next >
Encoding:
Text File  |  1989-06-14  |  3.4 KB  |  153 lines  |  [TEXT/MSWD]

  1. *********************************************************
  2. *
  3. * RMaker resource file sources.
  4. * File: PREC4.R
  5. * History: 6/10/89 Original by Prototyper.   
  6. * This file contains the sources for all the resources except for Pictures. 
  7. *
  8. *********************************************************
  9. *
  10. *
  11.  
  12. PREC4.RSRC
  13. APPL????
  14.  
  15. *
  16. *
  17. *
  18. ***********************************************************
  19. ***********************************************************
  20. ***********************************************************
  21. *
  22. * This is the definition for the WINDOW.
  23. *
  24. Type WIND
  25. *
  26.  
  27.                     ,1                  ;;Resource ID
  28. Page Setup Options                      ;;Window title
  29. 45  20  185  454                        ;;Top Left Bottom Right
  30. InVisible  GoAway                       ;;Visible GoAway 
  31. 16                                      ;;ProcID, Window def ID
  32. 1                                       ;;Refcon, reference value
  33.  
  34. *
  35. *
  36. *
  37. * This is the CONTROL item list.
  38. *
  39. Type CNTL
  40. *
  41.  
  42.  
  43.  
  44.  
  45.  
  46. *
  47. ***********************************************************
  48. ***********************************************************
  49. ***********************************************************
  50. *
  51. * This is the definition for the DIALOG,  About
  52. *
  53. Type DLOG
  54. *
  55.  
  56.                     ,2                  ;;Resource ID
  57. About                                   ;;Dialog title
  58. 51  54  182  355                        ;;Top Left Bottom Right
  59. Visible NoGoAway                        ;;Visible GoAway 
  60. 1                                       ;;ProcID, dialog def ID
  61. 2                                       ;;Refcon, reference value
  62. 2                                       ;;ID of item list
  63.  
  64. *
  65. *
  66. *
  67. * This is the item list.
  68. *
  69. Type DITL
  70. *
  71.  
  72.                     ,2                  ;;Resource ID
  73. 3                                       ;;Number of controls in list
  74.  
  75. Button  Enabled                         ;;Push button
  76. 99  109  120  189                       ;;Top Left Bottom Right
  77. OK                                      ;;message
  78.  
  79. StaticText                              ;;Static text
  80. 30  80  90  280                         ;;Top Left Bottom Right
  81. ImageWriter Page Size Editor\0D©1989 MacTutor\0DBy Dave Kelly;;message
  82.  
  83. Icon  Enabled                           ;;Icon
  84. 40  32  72  64                          ;;Top Left Bottom Right
  85. 31                                      ;;ID for the resource to use, Icon6
  86.  
  87.  
  88.  
  89. *
  90. *
  91. * This is the ICONs for the DITL list above.
  92. *
  93. Type ICON = GNRL 
  94.  
  95.  
  96. * This Icon is Icon6
  97.                     ,32                 ;;ICON Resource ID
  98. .H
  99.  00000000 001C0000 003E0000 007F8000 00FFE000 01FFF800 03FFFC00 07FBFC00
  100.  07FEF800 03FFB000 017FF800 021FF400 02E79200 02D11700 02001200 02001700
  101.  02809200 02FF9000 0277176C 01002254 00804254 007F8000 00408000 007F8000
  102.  01806000 06001800 08618400 130C3200 10000200 1FFFFE00 00000000 00000000
  103. .I
  104.  
  105.                     ,10032              ;;ICON highlighted Resource ID
  106. .H
  107.  00000000 00010000 00038000 0006C000 000D6000 001BB000 0037D800 006FEC00
  108.  00DFF600 01BFFB00 037FFD80 06FFFEC0 0DFFFF60 1BFFFFB0 37FFFFD8 6FFFFFEC
  109.  F7FFFFDE 73FFFF9C 31FFFF18 18FFFE30 0C7FFC60 063FF8C0 031FF180 018FE300
  110.  00C7C600 00638C00 00311800 00183000 000C6000 0006C000 00038000 00010000
  111. .I
  112.  
  113.  
  114.  
  115. *
  116. ***********************************************************
  117. ***********************************************************
  118. ***********************************************************
  119. *
  120. * This is the definition for the MENU.
  121. *
  122. Type MENU
  123. *
  124.  
  125. *************** Standard Menus follow *********************
  126. *
  127.  
  128.  
  129.     ,1001                               ;;Resource ID
  130. \14                                     ;;APPLE menu title
  131. About Page Sizes...                     ;;item title
  132. (-                                      ;;
  133.  
  134.     ,1002                               ;;Resource ID
  135. File                                    ;;menu title
  136. Open…/O                                   ;;item title
  137. Save As…/S                              ;;item title
  138. (-                                      ;;
  139. Set Page Setup Default                  ;;item title
  140. (-                                      ;;
  141. Quit/Q                                  ;;item title
  142.  
  143.     ,1003                               ;;Resource ID
  144. Edit                                    ;;menu title
  145. (Undo/Z                                 ;;item title
  146. (-                                      ;;
  147. Cut/X                                   ;;item title
  148. Copy/C                                  ;;item title
  149. Paste/V                                 ;;item title
  150.  
  151.  
  152.  
  153.